threadpool 0.1.4

A thread pool for running a number of jobs on a fixed set of worker threads.
Documentation

threadpool

A thread pool for running a number of jobs on a fixed set of worker threads.

Build Status

Documentation

Usage

Add this to your Cargo.toml:

[dependencies]

threadpool = "0.1"

and this to your crate root:

extern crate threadpool;